Release 10.1A: OpenEdge Data Management:
SQL Development
Starting SQL and 4GL brokers
Identify your brokers as either primary or secondary. The primary broker should always be the one with the highest value for
-Ma.For the 4GL broker, invoke
PROSERVEwith the following:For example, you would use the following command to start a Progress 4GL primary broker:
proserve Sports2002Starts the Sports2002 database.
-H localhostSpecifies the machine on which the server runs.
-S 6001Specifies 6001 as the port number to be used when connecting to a broker process.
-ServerType 4GLSpecifies the server type as 4GL.
-n 200Limits the number of users to 200.
-Mn 7Specifies 7 as the maximum number of servers.
-Mi 3Limits the server to three clients.
-Mpb 4Restricts the number of servers that can be spawned by the broker to 4.
For the SQL broker, invoke
PROSERVEwith the following:For example, you would use the following command to start an OpenEdge SQL secondary broker:
proserve Sports2001Starts the Sports2001 database.
-H localhostSpecifies the machine on which the server runs.
-S 6000Specifies 6000 as the port number to be used when connecting to a broker process.
-ServerType SQLSpecifies the server type as SQL.
-n 200Limits the number of users to 200.
-Mi 6Limits the server to six clients.
-
Ma 3Specifies 3 as the maximum number of servers.
-Mpb 2Restricts the number of servers that can be spawned by the broker to 2.
-m3Identifies the SQL broker as the secondary broker.
Establishing an encrypted connection
OpenEdge provides you with the ability to provide a Secure Socket Layer (SSL) connection for OpenEdge SQL and Progress 4GL. SSL provides an authenticated and encrypted peer-to-peer TCP/IP connection. You can establish the SSL connection by using the -
sslstartup parameter. For more information on creating SSL brokers, see OpenEdge Getting Started: Core Business Services and OpenEdge Deployment: Startup Command and Parameter Reference .For more information on managing brokers and startup parameters, see OpenEdge Deployment: Startup Command and Parameter Reference and OpenEdge Data Management: Database Administration .
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |